Hello, |
Re: Combine button Problem
You cannot use "rt" for the function AND the variable:
void rt(DBE) {
// code
}
void xy(DBE) {
// code
}
DBE bt1 = button(exBox, "Ok", rt)
DBE bt2 = button (exBox, "Run", xy)
Mathias Mamsch, IT-QBase GmbH, Consultant for Requirement Engineering and D00RS
|
Re: Combine button Problem Mathias Mamsch - Tue Sep 07 16:20:59 EDT 2010
You cannot use "rt" for the function AND the variable:
void rt(DBE) {
// code
}
void xy(DBE) {
// code
}
DBE bt1 = button(exBox, "Ok", rt)
DBE bt2 = button (exBox, "Run", xy)
Mathias Mamsch, IT-QBase GmbH, Consultant for Requirement Engineering and D00RS
|
Re: Combine button Problem SystemAdmin - Wed Sep 08 02:23:28 EDT 2010 |